How we define the array in javascript?
problem in intialize the array
2077
01-Mar-2011
Updated on 01-Mar-2011
Amit Singh
01-Mar-2011we assign the array in javascript simply use this syntax
var arr=new Array("india","england","kenya");